Use 'to_list' instead
Converts this byte_array to a list of integers.
byte_array
The inverse of byte_array.from_list(list<integer>).
byte_array.from_list(list<integer>)
Each byte in the array is converted to a single integer 0 <= x < 256 in the returned list.
0 <= x < 256
0.9.0